home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / qrep10b.zip / LABELREP.DFM / LABELREP.txt
Text File  |  1996-04-09  |  5KB  |  241 lines

  1. object LabelForm: TLabelForm
  2.   Left = 212
  3.   Top = 138
  4.   Width = 808
  5.   Height = 796
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   BorderStyle = bsDialog
  9.   Caption = 'LabelForm'
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Courier New'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Scaled = False
  16.   TextHeight = 114
  17.   object QRBand1: TQRBand
  18.     Left = 0
  19.     Top = 22
  20.     Width = 1200
  21.     Height = 71
  22.     Align = alTop
  23.     BandType = rbDetail
  24.     Color = clWhite
  25.     ForceNewPage = False
  26.     Frame.DrawTop = False
  27.     Frame.DrawBottom = False
  28.     Frame.DrawLeft = False
  29.     Frame.DrawRight = False
  30.     Ruler = qrrInchesHV
  31.     object QRDBText1: TQRDBText
  32.       Left = 14
  33.       Top = 6
  34.       width = 203
  35.       height = 13
  36.       DataSource = DataSource1
  37.       DataField = 'Company'
  38.     end
  39.     object QRDBText2: TQRDBText
  40.       Left = 14
  41.       Top = 19
  42.       width = 216
  43.       height = 13
  44.       DataSource = DataSource1
  45.       DataField = 'Addr1'
  46.     end
  47.     object QRDBText4: TQRDBText
  48.       Left = 14
  49.       Top = 45
  50.       width = 216
  51.       height = 13
  52.       Color = clWhite
  53.       DataSource = DataSource1
  54.       DataField = 'AdrLine4'
  55.     end
  56.     object QRDBText3: TQRDBText
  57.       Left = 14
  58.       Top = 32
  59.       width = 219
  60.       height = 13
  61.       DataSource = DataSource1
  62.       DataField = 'AdrLine3'
  63.     end
  64.   end
  65.   object QRBand2: TQRBand
  66.     Left = 0
  67.     Top = 0
  68.     Width = 1200
  69.     Height = 22
  70.     Align = alTop
  71.     BandType = rbPageHeader
  72.     Color = clWhite
  73.     ForceNewPage = False
  74.     Frame.Width = 0
  75.     Frame.DrawTop = False
  76.     Frame.DrawBottom = False
  77.     Frame.DrawLeft = False
  78.     Frame.DrawRight = False
  79.     Ruler = qrrNone
  80.     object QRLabel1: TQRLabel
  81.       Left = 11
  82.       Top = 3
  83.       width = 218
  84.       height = 15
  85.       Alignment = taCenter
  86.       Caption = 'QuickReport mailing label demo report'
  87.       AlignToBand = True
  88.       Font.Color = clBlack
  89.       Font.Height = -12
  90.       Font.Name = 'Arial'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.     end
  94.     object QRSysData1: TQRSysData
  95.       Left = 644
  96.       Top = 4
  97.       width = 65
  98.       height = 17
  99.       Alignment = taRightJustify
  100.       AlignToBand = True
  101.       Data = qrsPageNumber
  102.       Text = 'Page '
  103.     end
  104.   end
  105.   object QRBand3: TQRBand
  106.     Left = 0
  107.     Top = 93
  108.     Width = 1200
  109.     Height = 612
  110.     Align = alTop
  111.     BandType = rbOverlay
  112.     Color = clWhite
  113.     ForceNewPage = False
  114.     Frame.Width = 0
  115.     Frame.DrawTop = False
  116.     Frame.DrawBottom = False
  117.     Frame.DrawLeft = False
  118.     Frame.DrawRight = False
  119.     Ruler = qrrNone
  120.     object QRLabel2: TQRLabel
  121.       Left = 24
  122.       Top = 348
  123.       width = 704
  124.       height = 114
  125.       Alignment = taCenter
  126.       Caption = 'QuickReport'
  127.       AlignToBand = True
  128.       Font.Color = clBlack
  129.       Font.Height = -107
  130.       Font.Name = 'Courier New'
  131.       Font.Style = []
  132.       ParentFont = False
  133.       Transparent = True
  134.     end
  135.     object QRLabel3: TQRLabel
  136.       Left = 24
  137.       Top = 464
  138.       width = 256
  139.       height = 114
  140.       Alignment = taCenter
  141.       Caption = 'demo'
  142.       AlignToBand = True
  143.       Font.Color = clBlack
  144.       Font.Height = -107
  145.       Font.Name = 'Courier New'
  146.       Font.Style = []
  147.       ParentFont = False
  148.       Transparent = True
  149.     end
  150.   end
  151.   object Table1: TTable
  152.     Active = True
  153.     OnCalcFields = Table1CalcFields
  154.     DatabaseName = 'DBDEMOS'
  155.     TableName = 'CUSTOMER.DB'
  156.     Left = 35
  157.     Top = 100
  158.     object Table1CustNo: TFloatField
  159.       FieldName = 'CustNo'
  160.     end
  161.     object Table1Company: TStringField
  162.       FieldName = 'Company'
  163.       Size = 30
  164.     end
  165.     object Table1Addr1: TStringField
  166.       FieldName = 'Addr1'
  167.       Size = 30
  168.     end
  169.     object Table1Addr2: TStringField
  170.       FieldName = 'Addr2'
  171.       Size = 30
  172.     end
  173.     object Table1City: TStringField
  174.       FieldName = 'City'
  175.       Size = 15
  176.     end
  177.     object Table1State: TStringField
  178.       FieldName = 'State'
  179.     end
  180.     object Table1Zip: TStringField
  181.       FieldName = 'Zip'
  182.       Size = 10
  183.     end
  184.     object Table1Country: TStringField
  185.       FieldName = 'Country'
  186.     end
  187.     object Table1Phone: TStringField
  188.       FieldName = 'Phone'
  189.       Size = 15
  190.     end
  191.     object Table1FAX: TStringField
  192.       FieldName = 'FAX'
  193.       Size = 15
  194.     end
  195.     object Table1TaxRate: TFloatField
  196.       FieldName = 'TaxRate'
  197.     end
  198.     object Table1Contact: TStringField
  199.       FieldName = 'Contact'
  200.     end
  201.     object Table1LastInvoiceDate: TDateTimeField
  202.       FieldName = 'LastInvoiceDate'
  203.     end
  204.     object Table1AdrLine3: TStringField
  205.       Calculated = True
  206.       FieldName = 'AdrLine3'
  207.       Size = 30
  208.     end
  209.     object Table1AdrLine4: TStringField
  210.       Calculated = True
  211.       FieldName = 'AdrLine4'
  212.       Size = 30
  213.     end
  214.   end
  215.   object DataSource1: TDataSource
  216.     DataSet = Table1
  217.     Left = 67
  218.     Top = 100
  219.   end
  220.   object Rep: TQuickReport
  221.     DataSource = DataSource1
  222.     ColumnMarginInches = 0
  223.     ColumnMarginMM = 0
  224.     Columns = 3
  225.     DisplayPrintDialog = False
  226.     LeftMarginInches = 0
  227.     LeftMarginMM = 0
  228.     Orientation = poPortrait
  229.     PaperLength = 0
  230.     PaperSize = qrpDefault
  231.     PaperWidth = 0
  232.     PrintOrder = qrColByCol
  233.     ReportTitle = 'QuickReport mailing label demonstration'
  234.     RestartData = True
  235.     SQLCompatible = False
  236.     TitleBeforeHeader = False
  237.     Left = 3
  238.     Top = 100
  239.   end
  240. end
  241.